golang.org/x/tools/internal/pkgbits.Decoder.bigInt (method)

4 uses

	golang.org/x/tools/internal/pkgbits (current package)
		decoder.go#L455: 		return constant.Make(r.bigInt())
		decoder.go#L457: 		num := r.bigInt()
		decoder.go#L458: 		denom := r.bigInt()
		decoder.go#L465: func (r *Decoder) bigInt() *big.Int {